home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 144 / XENIATGM144.iso / Shareware / VCDEasy 1.1.1 / VCDEasy_v1.1.1_Setup.exe / {app} / CdrDao / README.PlexDAE < prev    next >
Text File  |  2001-04-29  |  1KB  |  35 lines

  1. Plextor CD-ROM digital audio extraction for cdrdao
  2.  
  3. These patches enhance "cdrdao" with bitwise-exact digital audio extraction
  4. for "Plextor"-brand CD-ROM drives.
  5.  
  6. It uses Plextor vendor unique SCSI command enhancements in order to
  7. implement this. These features are not known to exist in other
  8. brand drives (by me, as of 25-3-1999), or to be exploited in any
  9. other software at this moment.
  10.  
  11. Status is alpha, and there are some known bugs and things to do.
  12.  
  13. Currently known bugs:
  14.  
  15. - Incremental extraction of a CDDA block (by collecting correct samples
  16. in successive reads of a partly errenous CDDA block) is known to fail
  17. in some cases (leading to non-unique CDDA extraction).
  18.  
  19. Current things to do:
  20.  
  21. - Include output formats other than raw (big-endian).
  22. - Include output to stdio (for on-the-fly application maybe).
  23. - ...
  24.  
  25. Usage hints:
  26.  
  27. This clones a CD-DA as exactly as possible (but see known bugs!):
  28.  
  29. cdrdao read-cd --device /dev/sga --datafile data.cdr data.toc
  30. cdrdao write --swap --device /dev/sgb data.toc 
  31.  
  32. You may want to do a "md5sum" of "data.cdr" on two successive reads
  33. to ensure the known bug did not occur.
  34.  
  35. Leon Woestenberg <leon@stack.nl>